From a603f954c0edb6d86edbba9c2153ea74ff5b6190 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Sun, 17 Jul 2016 20:01:20 +0200 Subject: [PATCH] fix help for cargo rustc -p --- src/bin/rustc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/rustc.rs b/src/bin/rustc.rs index cc029c0a4..cce7a12d8 100644 --- a/src/bin/rustc.rs +++ b/src/bin/rustc.rs @@ -35,7 +35,7 @@ Usage: Options: -h, --help Print this message - -p SPEC, --package SPEC The profile to compile for + -p SPEC, --package SPEC Package to build -j N, --jobs N Number of parallel jobs, defaults to # of CPUs --lib Build only this package's library --bin NAME Build only the specified binary -- 2.30.2